source/derelict/glfw3/dynload.d(252,31): Error: `@safe` function `loadSymbols` cannot access `__gshared` data `glfwInit` source/derelict/glfw3/dynload.d(252,18): Error: cast from `extern (C) int function() nothrow @nogc*` to `void**` not allowed in safe code source/derelict/glfw3/dynload.d(253,31): Error: `@safe` function `loadSymbols` cannot access `__gshared` data `glfwTerminate` source/derelict/glfw3/dynload.d(253,18): Error: cast from `extern (C) void function() nothrow @nogc*` to `void**` not allowed in safe code source/derelict/glfw3/dynload.d(254,31): Error: `@safe` function `loadSymbols` cannot access `__gshared` data `glfwGetVersion` source/derelict/glfw3/dynload.d(254,18): Error: cast from `extern (C) void function(int*, int*, int*) nothrow @nogc*` to `void**` not allowed in safe code source/derelict/glfw3/dynload.d(255,31): Error: `@safe` function `loadSymbols` cannot access `__gshared` data `glfwGetVersionString` source/derelict/glfw3/dynload.d(255,18): Error: cast from `extern (C) const(char)* function() nothrow @nogc*` to `void**` not allowed in safe code source/derelict/glfw3/dynload.d(256,31): Error: `@safe` function `loadSymbols` cannot access `__gshared` data `glfwSetErrorCallback` source/derelict/glfw3/dynload.d(256,18): Error: cast from `extern (C) extern (C) void function(int, const(char)*) nothrow function(extern (C) void function(int, const(char)*) nothrow) nothrow @nogc*` to `void**` not allowed in safe code source/derelict/glfw3/dynload.d(257,31): Error: `@safe` function `loadSymbols` cannot access `__gshared` data `glfwGetMonitors` source/derelict/glfw3/dynload.d(257,18): Error: cast from `extern (C) GLFWmonitor** function(int*) nothrow @nogc*` to `void**` not allowed in safe code source/derelict/glfw3/dynload.d(258,31): Error: `@safe` function `loadSymbols` cannot access `__gshared` data `glfwGetPrimaryMonitor` source/derelict/glfw3/dynload.d(258,18): Error: cast from `extern (C) GLFWmonitor* function() nothrow @nogc*` to `void**` not allowed in safe code source/derelict/glfw3/dynload.d(259,31): Error: `@safe` function `loadSymbols` cannot access `__gshared` data `glfwGetMonitorPos` source/derelict/glfw3/dynload.d(259,18): Error: cast from `extern (C) void function(GLFWmonitor*, int*, int*) nothrow @nogc*` to `void**` not allowed in safe code source/derelict/glfw3/dynload.d(260,31): Error: `@safe` function `loadSymbols` cannot access `__gshared` data `glfwGetMonitorPhysicalSize` source/derelict/glfw3/dynload.d(260,18): Error: cast from `extern (C) void function(GLFWmonitor*, int*, int*) nothrow @nogc*` to `void**` not allowed in safe code source/derelict/glfw3/dynload.d(261,31): Error: `@safe` function `loadSymbols` cannot access `__gshared` data `glfwGetMonitorName` source/derelict/glfw3/dynload.d(261,18): Error: cast from `extern (C) const(char)* function(GLFWmonitor*) nothrow @nogc*` to `void**` not allowed in safe code /opt/dmd-safe/dmd/dmd-safe failed with exit code 1.